indexOf

(alias) pure function indexOf(value: T): integer

Deprecated

Use 'index_of' instead

Search for the first occurrence of the specified element within this list.

Alias

Alias target

Return

the index of the first occurrence of the element within this list, or -1 if the element does not occur in this list

Since

0.9.0

Parameters

value

the element for which to search